home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 February / WN_129_CD.iso / Windows / Extensions Firefox / SwitchProxy Tool / switchproxy_1.3.1.xpi / chrome / switchproxy.jar / content / contents.rdf < prev    next >
Encoding:
Extensible Markup Language  |  2004-08-05  |  1.9 KB  |  50 lines

  1. <?xml version="1.0"?>
  2.  
  3. <RDF:RDF xmlns:chrome="http://www.mozilla.org/rdf/chrome#"
  4.          xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  5.  
  6.   <RDF:Seq about="urn:mozilla:package:root">
  7.     <RDF:li resource="urn:mozilla:package:switchproxy"/>
  8.   </RDF:Seq>
  9.   
  10.   <RDF:Description about="urn:mozilla:package:switchproxy"
  11.                  chrome:author="Jeremy Gillick"
  12.                  chrome:authorURL="http://jgillick.nettripper.com/"
  13.                  chrome:description="A toolbar that allows you to manage and switch between multiple proxy configurations quickly and easily."
  14.                  chrome:displayName="SwitchProxy 1.3"
  15.                  chrome:extension="true"
  16.                  chrome:name="switchproxy"
  17.                  chrome:settingsURL="chrome://switchproxy/content/options/options.xul"
  18.                  chrome:uninstallFunc="switchproxy_uninstall">
  19.   </RDF:Description>
  20.  
  21.   <RDF:Seq about="urn:mozilla:overlays">
  22.       <!-- Firefox -->
  23.     <RDF:li resource="chrome://browser/content/browser.xul"/>
  24.     
  25.     <!-- Mozilla -->
  26.     <RDF:li resource="chrome://navigator/content/navigator.xul"/>
  27.     
  28.     <!-- Thunderbird -->
  29.     <RDF:li resource="chrome://messenger/content/mailWindowOverlay.xul"/>
  30.     <RDF:li resource="chrome://messenger/content/messengercompose/messengercompose.xul"/>
  31.   </RDF:Seq>
  32.   
  33.     <!-- Firefox -->  
  34.     <RDF:Seq about="chrome://browser/content/browser.xul">
  35.         <RDF:li>chrome://switchproxy/content/proxy.xul</RDF:li>
  36.     </RDF:Seq>
  37.   
  38.     <!-- Mozilla -->
  39.     <RDF:Seq about="chrome://navigator/content/navigator.xul">
  40.         <RDF:li>chrome://switchproxy/content/proxy_moz.xul</RDF:li>
  41.     </RDF:Seq>
  42.     
  43.     <!-- Thunderbird -->
  44.     <RDF:Seq about="chrome://messenger/content/mailWindowOverlay.xul">
  45.         <RDF:li>chrome://switchproxy/content/proxy_thunder.xul</RDF:li>
  46.     </RDF:Seq>
  47.     <RDF:Seq about="chrome://messenger/content/messengercompose/messengercompose.xul">
  48.         <RDF:li>chrome://switchproxy/content/proxy_thunder.xul</RDF:li>
  49.     </RDF:Seq>
  50. </RDF:RDF>